'宣言 Public Overloads Function Grid(Of T As Class)( _ ByVal model As System.Linq.IQueryable(Of T), _ ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _ ) As GridWrapper(Of T)
public GridWrapper<T> Grid<T>( System.Linq.IQueryable<T> model, System.Collections.Generic.IDictionary<string,object> htmlAttributes ) where T: class
オンラインで表示: GitHub